Skip to content

v1.5.0: DoS hardening, CI gates, and new monochrome identity - #12

Merged
NX1X merged 1 commit into
mainfrom
feat/branding-1.5.0
Jul 25, 2026
Merged

v1.5.0: DoS hardening, CI gates, and new monochrome identity#12
NX1X merged 1 commit into
mainfrom
feat/branding-1.5.0

Conversation

@NX1X

@NX1X NX1X commented Jul 25, 2026

Copy link
Copy Markdown
Owner

Summary

Two related pieces of the 1.5.0 release: the extraction/CI hardening work, and a new visual identity replacing the pre-redesign gradient logo.

Security and robustness

  • Column-detection histogram rebuilt on a difference array: O(items + size) instead of O(rows x size), so a crafted PDF with thousands of sparse rows across a wide coordinate range no longer freezes the tab
  • Fragment merging skips rows with more than 400 fragments (the containment scan is quadratic)
  • Excel exports mark formula-leading cells with the Text number format, so an in-place edit cannot silently convert them into live formulas
  • check-cdn-versions.sh now fails on a missing/invalid SRI attribute, a missing crossorigin, or mismatched digests for the same asset
  • Renovate no longer auto-merges Actions digest repoints; they now require dependency-dashboard approval
  • Note: an Egret CI integration was trialed and removed for now - GitHub-hosted runners trip a false positive on the Azure wireserver IP (False positive: Azure wireserver (168.63.129.16) flagged as raw-ip egress on GitHub-hosted runners Egret#10); it returns once that is fixed upstream

Identity

The previous logo was a blue-to-green gradient that predated the Feb 2026 monochrome redesign. It is replaced by a grid monogram - table cells arranged into an "E" - in the existing palette (#18181b ground, #fafafa cells, one #a1a1aa accent cell), no gradients.

  • easyconvert-icon.svg (app tile, maskable) and easyconvert-logo.svg (header mark, transparent)
  • PNG favicons at 16 and 32, Apple touch icon, and 192/512 PWA icons
  • og-image.png (1200x630) plus OpenGraph and Twitter card metadata, for shared links and the GitHub social preview
  • _worker.js allowlist corrected: it listed /icons/icon-192x192.png and /icons/icon-512x512.png, paths that never existed on disk

Testing

  • Extraction: unit harness plus end-to-end runs against generated LTR and RTL (Hebrew, mixed-direction) PDFs with pdfjs-dist 3.11.174 - all pass
  • Histogram rewrite verified equivalent to the previous implementation across 300 randomized tables (identical output)
  • DoS inputs: 3000 sparse rows over a 43k-pt range completes in ~9ms; a 5000-fragment row in ~1ms
  • Excel export round-tripped through SheetJS: formula-leading cells stay inert literal text, values intact, all cells string-typed
  • Assets served locally: every allowlisted path returns 200, manifest/sw/worker parse clean, check-action-pins.sh and check-cdn-versions.sh pass

Manual step after merge

GitHub's social preview image can only be uploaded through the web UI: Settings > General > Social preview > Upload, using public/og-image.png.

@coderabbitai

coderabbitai Bot commented Jul 25, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@NX1X, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 40 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: b9f50b04-e65b-4d6e-89e5-b267becaaf0b

📥 Commits

Reviewing files that changed from the base of the PR and between a909ac5 and a94ca9b.

⛔ Files ignored due to path filters (8)
  • public/apple-touch-icon.png is excluded by !**/*.png
  • public/easyconvert-icon.svg is excluded by !**/*.svg
  • public/easyconvert-logo.svg is excluded by !**/*.svg
  • public/favicon-16.png is excluded by !**/*.png
  • public/favicon-32.png is excluded by !**/*.png
  • public/icon-192.png is excluded by !**/*.png
  • public/icon-512.png is excluded by !**/*.png
  • public/og-image.png is excluded by !**/*.png
📒 Files selected for processing (5)
  • CHANGELOG.md
  • public/_worker.js
  • public/index.html
  • public/manifest.json
  • public/sw.js

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions

github-actions Bot commented Jul 25, 2026

Copy link
Copy Markdown

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

Comment thread .github/egret-policy.yaml Outdated
@@ -0,0 +1,23 @@
# Egret runtime security policy for CI (https://github.com/NX1X/Egret)
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 25, 2026

Copy link
Copy Markdown

Deploying easyconvert-website with  Cloudflare Pages  Cloudflare Pages

Latest commit: a94ca9b
Status: ✅  Deploy successful!
Preview URL: https://9b8ae6e0.easyconvert-website.pages.dev
Branch Preview URL: https://feat-branding-1-5-0.easyconvert-website.pages.dev

View logs

- Replace the blue-to-green gradient logo and icon with a monochrome
  grid monogram (table cells forming an E) in the app palette
- Add PNG favicons (16, 32), an Apple touch icon, and 192/512 PWA
  icons; manifest now lists raster sizes installers expect
- Add a 1200x630 social card plus OpenGraph and Twitter metadata for
  shared links and the GitHub social preview
- Service worker precaches the new favicon set
- Fix the _worker.js allowlist, which listed /icons/icon-192x192.png
  and /icons/icon-512x512.png - paths that never existed
@NX1X
NX1X force-pushed the feat/branding-1.5.0 branch from 94118e5 to a94ca9b Compare July 25, 2026 10:50
@NX1X
NX1X merged commit b188d87 into main Jul 25, 2026
10 checks passed
@NX1X
NX1X deleted the feat/branding-1.5.0 branch July 25, 2026 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants